projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a82f192
)
emit_limple_push_handler style fix
author
Andrea Corallo
<akrl@sdf.org>
Sat, 16 Nov 2019 14:25:01 +0000
(15:25 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 1 Jan 2020 10:38:06 +0000
(11:38 +0100)
src/comp.c
patch
|
blob
|
history
diff --git
a/src/comp.c
b/src/comp.c
index d05d17bd010105a1bfcdbfe2062b0dbeb609ad4b..066440bcf876c8bea1c1d48be575657e87f706ec 100644
(file)
--- a/
src/comp.c
+++ b/
src/comp.c
@@
-1156,11
+1156,11
@@
emit_limple_push_handler (gcc_jit_rvalue *handler, gcc_jit_rvalue *handler_type,
gcc_jit_rvalue *args[] = { handler, handler_type };
gcc_jit_block_add_assignment (
-
comp.block,
-
NULL,
-
comp.loc_handler,
-
emit_call (intern_c_string ("push_handler"),
-
comp.handler_ptr_type, 2, args, false));
+ comp.block,
+ NULL,
+ comp.loc_handler,
+ emit_call (intern_c_string ("push_handler"),
+ comp.handler_ptr_type, 2, args, false));
args[0] =
gcc_jit_lvalue_get_address (